home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / mmapfile / MMAPFILE.ZIP / UMEM1.DFM / UMEM1.txt
Encoding:
Text File  |  1997-06-21  |  751 b   |  37 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 190
  5.   Height = 105
  6.   Caption = 'Straight Memory Access'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 39
  18.     Top = 10
  19.     Width = 105
  20.     Height = 25
  21.     Caption = 'Mapped Value'
  22.     ParentShowHint = False
  23.     ShowHint = False
  24.     OnClick = SpeedButton1Click
  25.   end
  26.   object SpeedButton2: TSpeedButton
  27.     Left = 39
  28.     Top = 42
  29.     Width = 105
  30.     Height = 25
  31.     Caption = 'New Value'
  32.     ParentShowHint = False
  33.     ShowHint = False
  34.     OnClick = SpeedButton2Click
  35.   end
  36. end
  37.